define HAVE_DLOPEN if HAVE_DLFCN is set.
authorØyvind Kolås <ok@src.gnome.org>
Mon, 8 Jan 2007 14:01:39 +0000 (14:01 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Mon, 8 Jan 2007 14:01:39 +0000 (14:01 +0000)
* babl/babl-extension.c: define HAVE_DLOPEN if HAVE_DLFCN is set.

svn path=/trunk/; revision=195

ChangeLog
babl/babl-extension.c

index 331a7394ba59cb9bcb85febddfc5dfcee1808a13..66677ef001eeca9c1f132b688045d7a93b9993b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-08  Øyvind Kolås  <pippin@gimp.org>
+
+       * babl/babl-extension.c: define HAVE_DLOPEN if HAVE_DLFCN is set.
+
 2007-01-07  Øyvind Kolås  <pippin@gimp.org>
 
        * configure.ac: set version to 0.0.11
index 8db2601ecc959f033083ea402850d9fad788d6a4..2e867836d7d71c4663b0181c6d249c31ee5faed8 100644 (file)
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
+
+#ifdef HAVE_DLFCN_H
+#ifndef HAVE_DLOPEN
+#define HAVE_DLOPEN 1
+#endif
+#endif
+
+
 #else
 #define BABL_PATH           PREFIX "/babl-0.0"
 #define BABL_PATH_SEPERATOR "/"